PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / getOutline Method
In This Topic
    getOutline Method
    In This Topic
    Gets the document outline.
    When a PDF file is loaded into a object, this collection is populated automatically with the outlines included in the file.
    Syntax
    public PDFOutlineItemCollection getOutline()

    Return Value

    A tree-structured hierarchy of outline items.
    See Also